'Declaration Public Overloads Shared Function ReconstructFrom( _
ByVal barcodesThe barcodes to perform reconstruction.As System.Collections.Generic.IEnumerable(Of IBarcodeInfo), _
ByRef unusedBarcodesThe barcodes, which were not used in reconstruction process.As System.Collections.Generic.IEnumerable(Of IBarcodeInfo) _
) As StructuredAppendBarcodeInfo[]
public static StructuredAppendBarcodeInfo[] ReconstructFrom(
System.Collections.Generic.IEnumerable<IBarcodeInfo> barcodes,
out System.Collections.Generic.IEnumerable<IBarcodeInfo> unusedBarcodes
)
public: static StructuredAppendBarcodeInfo*[] ReconstructFrom(
System.Collections.Generic.IEnumerable<IBarcodeInfo*>* barcodes,
[PARAMFLAG::Out] System.Collections.Generic.IEnumerable<IBarcodeInfo*>* unusedBarcodes
)
public:
static StructuredAppendBarcodeInfo^[] ReconstructFrom(
System.Collections.Generic.IEnumerable<IBarcodeInfo^>^ barcodes,
[Out] System.Collections.Generic.IEnumerable<IBarcodeInfo^>^ unusedBarcodes
)
Parameters
- barcodes
- The barcodes to perform reconstruction.
- unusedBarcodes
- The barcodes, which were not used in reconstruction process.
Return Value
Array of StructuredAppendBarcodeInfo that contains reconstructed barcodes.